Description
Wait until indexing is done, only for testing purpose.
Operation id | Search.WaitForIndexing |
Aliases | Elasticsearch.WaitForIndexing
|
Category | Services |
Label | Wait for Indexing |
Requires | |
Since | 2025.0 |
Parameters
Signature
Inputs | void |
Outputs | boolean |
Implementation Information
JSON Definition
{
"id" : "Search.WaitForIndexing",
"aliases" : [ "Elasticsearch.WaitForIndexing" ],
"label" : "Wait for Indexing",
"category" : "Services",
"requires" : null,
"description" : "Wait until indexing is done, only for testing purpose.",
"since" : "2025.0",
"url" : "Search.WaitForIndexing",
"signature" : [ "void", "boolean" ],
"params" : [ {
"name" : "refresh",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "timeoutSecond",
"description" : null,
"type" : "integer",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "waitForAudit",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "waitForBulkService",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "waitForWorkManager",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}